

/*Top002047 */
.Top002047{ position:relative; }
.Top002047 header{ position:relative;}
.Top002047 .logo{ padding:22px 0;}
.Top002047 .search{ position:absolute; right:0; top:50%; width:50%; max-width:350px;margin-top:-28px;}
.Top002047 .search dt{ border:2px solid #f6931c; position:relative; background:url(../images/Top002047-search.png) no-repeat 10px center;}
.Top002047 .search .text{ height:26px; line-height:26px; background:none; padding:0 100px 0 32px; width:100%; border:none; color:#b8b8b8;}
.Top002047 .search .btn{position:absolute; right:0; top:0;  width:70px; height:100%; color:#fff; border:none;background:#f6931c;  font-size:16px;cursor:pointer; padding:0;}
.Top002047 .search dd{color:#b4b4b4; font-size: 12px; padding-top: 10px;}
.Top002047 .search dd a{color:#f6931c; display:inline-block; margin-right:10px;}
.Top002047 .search dd i{ font-style: normal; margin: 0 6px; color: #f8931f;}
.Top002047 .search dd i:nth-child(1){color:#b4b4b4;}
.Top002047 .search dd a:hover{ color:#f8931f;}

.Top002047 nav{ background-color:#f6931c;  border-bottom: 1px solid #fff; line-height: 34px;}
.Top002047 nav .auto{ position:relative;}
.Top002047 .menu{ float:right; width:100%; background: url(../images/Top002047_nav02.jpg) no-repeat right center; }
.Top002047 .menu li{ float:left; /*width:8.33%;*/ width:9.9%; line-height:32px;height:32px; text-align: center;  background: url(../images/Top002047_nav02.jpg) no-repeat left center;}
.Top002047 .menu li a{ color:#fff; font-size:16px; display:block; margin-left: 3px;}
.Top002047 .menu li:last-child a{ margin-right:3px;}
.Top002047 .menu li:hover a,
.Top002047 .menu li.aon a{ background: url(../images/Top002047_nav01.jpg) repeat; }

.Top002047 #show{position: absolute; right: 8px; bottom: 42px; color: #f8931f;}
.Top002047 .mobile_menu{display: none;}



@media(max-width:1200px){
.Top002047 .search{ right:2%;}
.Top002047 #show{display:none;}
}
@media(max-width:1000px){

.Top002047 .search{ position:relative; right:auto; max-width:none; width:100%; margin-top:0;}
.Top002047 .search dd{ line-height:24px; padding:2% 0;}

.Top002047 .logo{ position:relative;}
.Top002047 .mobile_menu{ position:absolute;width:48px;height:40px; right:2%; top:50%; margin-top:-20px; display: block;}
.Top002047 .mobile_menu span{ font-size: 14px; background: #f6931c; display: block; padding:6% 0 6% 12%; text-align: center; border-radius: 4px; color: #fff;letter-spacing: 4px; line-height: 16px;}
	
	
/*.Top002047 .mobile_menu span,
.Top002047 .mobile_menu span::before,
.Top002047 .mobile_menu span::after{position:absolute; width:100%; left:0;height:4px;background-color:#f6931c; border-radius:4px;}
.Top002047 .mobile_menu span{ top:50%;margin-top:-2px; }
.Top002047 .mobile_menu span::before,
.Top002047 .mobile_menu span::after{content:''; }
.Top002047 .mobile_menu span::before{ top:10px;}
.Top002047 .mobile_menu span::after{ top:-10px;}
*/
.Top002047 nav{ display:none;  background-color:#e37a01;  border:none;}
.Top002047 .menu{ float:none; width:auto;}
.Top002047 .menu li{ float:none; width:auto; line-height:normal; height:auto; padding-top:1px;}
.Top002047 .menu li a{ padding:2%; background-color:#f6931c; margin-left: 0;}
.Top002047 .menu li:last-child a{ margin-right: 0;}
.Top002047 .menu li:hover a,
.Top002047 .menu li.aon a{background-color:#fff;color:#f6931c; background-image:none;}
	
	
}
@media(max-width:520px){
.Top002047 .logo img{width:80%;}
}


/*
 .Banner002345 为demo编号
 */
.Banner002345{}
.Banner002345{ position: relative; overflow: hidden;}
.Banner002345 .bx-wrapper{ position:relative; z-index:1; }
.Banner002345 .bx-viewport{ z-index:1;}
.Banner002345 li a{ display:block; }
.Banner002345 li img{ display:block; width:140%; position: relative; left: -20%; max-width: none; }
.Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10; display: none;}
.Banner002345 .bx-pager div{ display:inline-block; width: 20px; height: 20px; padding: 6px; overflow: hidden;}
.Banner002345 .bx-pager div a{ display:block; width:8px; height:8px; position: relative; background-color:#FFFFFF; -moz-opacity:0.8;  opacity: 0.8; filter:alpha(opacity=80); border-radius:100%; text-indent: 9999px; transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a.active{position: relative; }
.Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}
.Banner002345 .bx-controls-direction{ display: none;}

@media(min-width:768px){
.Banner002345 li img{width:100%; left: 0; max-width: 100%;}
.Banner002345 .bx-pager{ bottom:40px; }
.Banner002345 .bx-controls-direction{ display: none;}
.Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
.Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url(../images/Banner002345-prev.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url(../images/Banner002345-next.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
.Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
}





/*
 .Bottom002379 为demo编号
 */
.Bottom002379{ background: #fff;border-top: 2px solid #f8931f; position: relative;}
.Bottom002379 .bottom{padding: 5% 0;}
.Bottom002379 .form{ float:left; width:34%; margin-top:20px;}
.Bottom002379 .form h3{margin: 0 0 3% 0; font-weight: normal; color:#333; font-size:22px; background:url(../images/Bottom001931-icon_join.png) no-repeat left center; padding-left:39px; margin-left: 10px;}
.Bottom002379 .form ul li{ padding-bottom:15px; width:50%; float:left; padding-right:3%;}
.Bottom002379 .form ul li:nth-child(2){ padding-right:0;}
.Bottom002379 .form ul li.txt{ width:100%;}
.Bottom002379 .form ul li div{ position:relative;}
.Bottom002379 .form ul li label{ color:#cac4c3; font-size:12px; position:absolute; left:10px; top:0;line-height:29px;}
.Bottom002379 .form ol{ clear:both;}
.Bottom002379 .form ol li{ padding: 0px; width: 104px;}
.Bottom002379 .form .butA{ margin-left:3%; }
.Bottom002379 .form .butA a{ background:#f6931c; color:#fff; border-radius:3px; display:inline-block; line-height:30px; padding:0 10px; text-align: center;margin-right:15px; }
.Bottom002379 .right{ width: 36%; float: right;}
.Bottom002379 .code{ width:30%; float: left; text-align: center; padding-left: 10%; padding-top: 1%;}
.Bottom002379 .code .box{ display:inline-block;padding-left:10px;}
.Bottom002379 .code img{ max-width: 76px;}
.Bottom002379 .code p{ margin: 5px 0; font-size: 11px;}
.Bottom002379 .tel{ float: left; padding-left: 20px; border-left: 1px solid #54504f;}
.Bottom002379 .tel h4{ font-size: 22px; margin: 0; font-weight: normal;}
.Bottom002379 .tel p{ margin: 3px 0; font-size: 11px;}
.Bottom002379 footer{ border-top: 2px solid #b3b3b3; padding:20px 0; position: relative;}
.Bottom002379 footer:before{ content: ""; position: absolute; width: 100%; height: 2px; background: #f8931d; right: 0; top: -6px;}
.Bottom002379 .form .text{ width:100%;padding-left:56px; height:29px; line-height:29px;  border:2px solid #d4d4d4; background:#fcfbf9;}
.Bottom002379 .form .btn{ width:55px; height:24px;background:#f8931f; color:#fff; font-size:14px; cursor:pointer; border: none; float:left;box-shadow: 1px 1px 0px #b6c0cc;}
.Bottom002379 .links{ float: left; font-size: 12px;}
.Bottom002379 .links i{ font-style: normal; color: #a9a9a9;}
.Bottom002379 .links a,.Bottom002379 .copyright a{ color: #a9a9a9;}
.Bottom002379 .copyright{ float: right; margin: 0; font-size: 12px; color: #a9a9a9;}
.Bottom002379 .links a:hover{ color: #333;}
.Bottom002379 .Business{position: absolute; bottom:14px; left:37.5%;}
.Bottom002379 .Business img{margin-right:12px;}


.Bottom002379 .copyright a:hover{ color: #333;}
.Bottom002379 .form .btn:hover{ background:#f39800;}

@media(max-width:820px){
.Bottom002379 .Business{position:static; width: 100%; text-align: center;padding:1% 0;}
.Bottom002379 .links,
.Bottom002379 .copyright{ float:none; width:100%;  text-align: center;}
}

@media(max-width:768px){
.Bottom002379 .form{ float:none; width:100%; margin-top:0; margin-bottom: 4%; border-bottom: 1px solid #eaeaea; padding-bottom: 4%;}
.Bottom002379 .code{ width:50%; }
.Bottom002379 .right{ width:50%;}
}

@media(max-width:648px){
.Bottom002379 .code{ display: none;padding-left: 0; }
.Bottom002379 .right{ float:none;  width:100%; padding:0 0  6% 0;}
.Bottom002379 .tel{ border-left:none;}
}





/*
公用
*/
/*Banner002216*/
.Banner002216{ width:100%;border-top: 1px solid #f8931f;}
.Banner002216 .wap{ display:none;}
@media(max-width:1000px){
.Banner002216 .pc{ display:none;}
.Banner002216 .wap{ display:block;}
}
/*Banner002216 End*/


/*
 .Menu000783 为demo编号
 */
.Menu000783{ margin-top:24%;}
.Menu000783 header{ border-radius:20px 20px 0 0; background:#ff8106; background-size:auto 100%; color:#fff; font-size:36px; padding:18px 0; text-align: center;text-shadow:-3px 2px 2px #f15a24;}
.Menu000783 header span{ display: block; text-transform: uppercase; font-size: 16px;}
.Menu000783 nav{ padding:8px 0 26px 0;}
.Menu000783 nav ul{ border-top:#ff8106 solid 6px; }
.Menu000783 nav li{ border-bottom:1px solid #fff; line-height:42px;margin:4px 0;}
.Menu000783 nav li:nth-child(1){margin-top: 20px; }
.Menu000783 nav li a{  display:block; background-color:#f2f2f2; padding:0 20px;  position:relative; color:#808080;}
.Menu000783 nav li a span{ font-size:12px; padding-left:6px;}
.Menu000783 nav li a::before{ position:absolute; content:''; width:0; height:0; border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:12px solid #b3b3b3; right:20px; top:50%; margin-top:-6px;}
.Menu000783 nav li:hover a,
.Menu000783 nav li.aon a{ color:#ff8106; font-weight: bold;}
.Menu000783 nav li:hover a::before,
.Menu000783 nav li.aon a::before{ border-left-color:#ff8106;}
.Menu000783 dl dd{ padding-left:50px; font-weight:bold; padding-bottom:20px; background-position: left top; background-repeat:no-repeat;}
.Menu000783 dl dd b{ color:#ff8106; font-size:22px; display:block; font-style:italic; font-family:Arial;}
.Menu000783 dl dd:nth-child(1){ background-image:url(../images/Menu000783-icon_call.png);}
.Menu000783 dl dd:nth-child(2){ background-image:url(../images/Menu000783-icon_phone.png);}
.Menu000783 .phone_nav{ display:none;} 
@media(max-width:1000px){
.Menu000783{ margin-top:4%;}
.Menu000783 header{  text-align:left; padding-left: 30px;}

.Menu000783 nav li:nth-child(1){margin-top:6px; }
	
}	
@media(max-width:768px){
.Menu000783{ margin-top:2%;}
.Menu000783 header{ position:relative; font-size:16px; padding:2% 0 2% 30px;}
.Menu000783 .phone_nav{  cursor:pointer;display:block; position:absolute;width:28px; height:28px; top:50%; right:20px; margin-top:-14px; border-radius:50%; background-color:rgba(255,255,255,0.2);}
.Menu000783 .phone_nav::before{ position:absolute; content:''; top:50%; width:0; height:0; border-top:6px solid #fff;border-left:6px solid transparent; border-right:6px solid transparent; left:50%; margin-left:-6px; margin-top:-3px;}
.Menu000783 .open::before{ border-top:0; border-bottom:6px solid #fff; }
.Menu000783 header{ font-size:20px;}
.Menu000783 dl{ display:none;}
.Menu000783 nav{ padding:0; display:none;}
}



/*Location002087 */
.Location002087{margin-top:8%; border-bottom:3px solid #f5f5f5; color:#8e8e8d; line-height:20px;margin-bottom:15px;}
.Location002087:after{ display:block; width:100%; content:''; height:1px; background-color:#d7d7d7; margin-top:15px;}
.Location002087 a:hover,
.Location002087 span{ color:#ff8106;}
.Location002087 a{ color:#8e8e8d;}
.Location002087 b{ background:url(../images/Location002087-icon.png) no-repeat left center; padding-left:30px; color:#333;}
@media(max-width:1000px){
.Location002087{ margin-top:0;}
}


/*分页*/
/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden;  padding:6% 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #ff8106; background:#ff8106;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#ff8106;}
.Page002193 .p_count b{ color:#ff8106;}
.Page002193 .p_total b{ color:#ff8106;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#ff8106; border-color:#d56c05;}
.Page002193 .p_page b{ font-weight:normal;}



/*企业介绍*/
/*
 .RighInfo002238 为demo编号
 */
.RighInfo002238{ padding:2% 0 0;}
.RighInfo002238 .fz_36{color:#f39800; margin:0; font-size:28px; text-align:center; font-weight:100;}
.RighInfo002238 .tit:after{ content:"";width:71px; height:1px; background:#f39800; margin:35px auto; display:block;}
.RighInfo002238 .con{font-size:16px; color:#5e5e5e; line-height:30px; margin:0; text-indent:2em;}
.RighInfo002238 img{ margin:2% 0 9% 0; overflow:hidden;}
.RighInfo002238 .fz_60{ font-size:30px;}
.RighInfo002238 .bg{ position: relative; background-color: #202020; min-height: 400px; margin: 50px 0 0; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.RighInfo002238 .bg li{color: #c79669; font-size: 16px;  padding:20px 0 ; margin: 0 auto; position: relative; z-index: 3;text-align: center; float: left; width:50%;}
.RighInfo002238 .bg li p{   border: 1px solid #c79669;  margin: 0 auto 15px;width: 130px; height:130px;border-radius: 130px;}
.RighInfo002238 .bg li p b{ font-family: arial; display: block; padding: 44px 0 10px}
@media only screen and (min-width:768px){
   .RighInfo002238 .fz_24{ font-size:18px;}
   .RighInfo002238 .fz_36{ font-size:30px;}
   .RighInfo002238 .fz_60{ font-size:40px;}
   .RighInfo002238 .bg li{width:33.33%; }
   .RighInfo002238 .bg li p{width: 160px; border-radius:160px; height:160px;}
}
@media only screen and (min-width:1024px){
   .RighInfo002238 .fz_24{ font-size:20px;}
   .RighInfo002238 .fz_36{ font-size:32px;}
   .RighInfo002238 .fz_60{ font-size:50px;}
   .RighInfo002238 .bg{ padding:65px  0 0; min-height: 335px}
   .RighInfo002238 .bg li{width:20%; }
}
@media only screen and (min-width:1200px){
   .RighInfo002238 .fz_24{ font-size:24px;}
   .RighInfo002238 .fz_36{ font-size:36px;}
   .RighInfo002238 .fz_60{ font-size:60px;}
   .RighInfo002238 .bg li{width:191px; margin: 0 61px 0 0;}
   .RighInfo002238 .bg li p{width: 191px; height:191px;border-radius: 191px;}
   .RighInfo002238 .bg li.last{ margin: 0 0 0 0}
}





/*发展历程*/
/*
 .Timeline000753 为demo编号
 */
.Timeline000753 .bx-controls{ display:none;} 
.Timeline000753 .prev,
.Timeline000753 .next{ text-align:center;}
.Timeline000753 .prev a,
.Timeline000753 .next a{ display:inline-block; background:url(../images/Timeline000753-icon_up.png) no-repeat center center; width:21px; height:21px; cursor:pointer;}
.Timeline000753 .next a{ background-image:url(../images/Timeline000753-icon_down.png);}
.Timeline000753 .prev{ padding-bottom:20px; margin-top:4%;}
.Timeline000753 .next{ padding-top:20px;}
.Timeline000753 .bx-wrapper{ position:relative;}
.Timeline000753 .bx-wrapper:before{ position:absolute; content:''; width:3px; height:100%; background-color:#f3f3f3; left:50%; margin-left:-1.5px; top:0;}
.Timeline000753 .list li{ padding:16px 0;}
.Timeline000753 .list li .txt{position:relative; padding-right:56%;}
.Timeline000753 .list li.odd .txt{padding-left:56%; padding-right:0;}
.Timeline000753 .list li .txt div{ background-color:#fff; border-radius:5px; padding:10px; position:relative; }
.Timeline000753 .list li .txt div figure{ width:35%; padding-bottom:12%; border-radius:5px;background-position: left top; background-repeat:no-repeat; background-size:contain; position:absolute; left:10px; top:10px;}
.Timeline000753 .list li .txt div p{ margin:0; padding-left:40%; line-height:24px; color:#333; min-height:62px;}
.Timeline000753 .list li .txt div::before{ position:absolute; content:''; width:0; height:0;border-top: 7px solid transparent;border-left: 11px solid #f39800;border-bottom: 7px solid transparent; right:-10px;}
.Timeline000753 .list li.odd .txt div::before{ right:auto; left:-10px;border-right: 11px solid #f39800; border-left:0;}
.Timeline000753 .list li time{position:absolute; left:50%; margin-left:-32px; top:0; border-radius:50%; text-align:center; font-family:"Times New Roman"; color:#999;width:64px; height:64px;background-color:#f3f3f3;font-size:14px; font-weight:bold;}
.Timeline000753 .list li time span{ display:block;font-size:24px; padding-top:22%; font-weight:normal;}
.Timeline000753 .list li:hover .txt div::before{ border-left-color:#f39800;}
.Timeline000753 .list li:hover .txt div{ background-color:#f39800;}
.Timeline000753 .list li:hover .txt div p{ color:#fff;}
.Timeline000753 .list li.odd:hover .txt div::before{ border-right-color:#ee7700;}
.Timeline000753 .list li:hover time{width:86px; height:86px; margin-left:-43px; top:-11px; color:#f39800;font-size:18px;}
.Timeline000753 .list li:hover time::before{ position:absolute; content:''; width:110px; height:110px;  border-radius:50%;border:2px dotted #fff; left:-13px; top:-13px;}
.Timeline000753 .list li:hover time span{ font-size:34px;}
@media(max-width:768px){
.Timeline000753 .title h1{font-size:35px;}
.Timeline000753 .list li .txt div figure{ width:auto; position:relative; left:0; top:0; padding-bottom:34%;}
.Timeline000753 .list li .txt div p{ padding-left:0; min-height:inherit;}
.Timeline000753 .list li time{ margin-left:-25px;width:50px; height:50px;font-size:12px;}
.Timeline000753 .list li time span{font-size:18px;}
.Timeline000753 .list li:hover time{width:60px; height:60px; margin-left:-30px; top:-5px; font-size:14px;}
.Timeline000753 .list li:hover time::before{width:70px; height:70px; left:-7px; top:-7px;}
.Timeline000753 .list li:hover time span{ font-size:18px;}
}
@media(max-width:480px){
.Timeline000753 .title h1{font-size:26px; }
}
@media(max-width:640px){
.Timeline000753 .list li .txt{ padding-right:0 !important; padding-left:3% !important; padding-top:70px;}
.Timeline000753 .list li .txt div::before{ display:none;}
.Timeline000753 .list li:hover time{ background-color:#ee7700; color:#fff;}
}






/*荣誉资质*/
/*
 .PicList002239 为demo编号
 */
.PicList002239{ padding-top:4%;}
.PicList002239 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 55px; text-align: center; }
.PicList002239 li .li1{ float: left;padding: 15.5px 0; font-size: 16px; color: #c49162;}
.PicList002239 li .li2{ display: none;}
.PicList002239 li .text{ padding: 0 20px}
.PicList002239 li .span2{ float: right; font-size: 14px; color: #999; padding:17px 0; padding-left: 30px; background: url(../images/PicList002239-icon.png) no-repeat left center}
.PicList002239 .open_info{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:200; background:rgba(0,0,0,0.7); display:none;}
.PicList002239  .info_area{ position:absolute; width:90%; max-width:1200px; left:50%; transform:translate(-50%,-50%); top:50%; background:#fff; padding:2%;}
.PicList002239  .info_area .close{ position:absolute; right:0; width:31px; height:31px; top:-32px; background:#fff; cursor:pointer;}
.PicList002239  .info_area .close::before,
.PicList002239  .info_area .close::after{ position:absolute; content:''; width:25px; height:2px; background:#c53b19; top:15px; left:3px;}
.PicList002239  .info_area .close::before{ transform:rotate(45deg);} 
.PicList002239  .info_area .close::after{ transform:rotate(-45deg);} 
.PicList002239  .info_area .pic{width:100%; height:auto; overflow:hidden; top:0; left:0; text-align:center;} 
.PicList002239  .info_area .txt{ overflow:auto; padding-top:15px; text-align:center;}
.PicList002239  .info_area .li2{ display:block;}

@media (min-width: 640px) {
.PicList002239 li{ float: left; width: 48%; margin: 0 1% 55px;}	
}
@media (min-width: 1024px) {
.PicList002239 li{  width: 48%; }	
}
@media (min-width: 1250px) {
.PicList002239 .ul{ margin:0 -30px;}
.PicList002239 li{margin: 0 30px 55px ; width: 260px;}	
}




/*企业文化*/
/*
 .RighInfo002226 为demo编号
 */
.RighInfo002226{ padding:3% 0; background:url(../images/RighInfo002226_bg.png) no-repeat bottom;}
.RighInfo002226 .dl{color:#617182;}
.RighInfo002226 .dl .h4{ font-size:18px; margin:0;}
.RighInfo002226 .dl .h4 span{display:inline-block; border-bottom: 2px #ff8106 solid; padding-bottom:10px;}
.RighInfo002226 .dl p{ margin:0; font-weight:bold;}
.RighInfo002226 .dl .con{ font-size:14px; padding:15px 0 30px; line-height:2.25;}
.RighInfo002226 .word{ float:left;}
.RighInfo002226 .pic{ float:right;}
@media(max-width:460px){
.RighInfo002226{background:none;}
}







/*
 招标信息
 */
/*
 .TextList004 为demo编号
 */
.TextList004 .list li{ position:relative;/*margin-bottom: 20px;*/border: 1px dashed #b9b9b8;border-radius: 2px; border-bottom: none;}
.TextList004 .list li:last-child{ border-bottom: 1px dashed #b9b9b8;}
.TextList004 .list li time{ width:106px; text-align:center; position:absolute; left:0; top:0; height:71px;border-right: 1px dashed #b9b9b8; color:#666;}
.TextList004 .list li time span{font-size: 30px;display: block;padding:10px 0 0; line-height: 30px;}
.TextList004 .list li div{padding:14px 120px 14px 145px;}
.TextList004 .list li h5{ margin:0; font-weight:normal; font-size:14px;}
.TextList004 .list li h5 a{ color:#666;display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; max-width:90%; width: auto;}
.TextList004 .list li h5 i.new{ background:url(../images/TextList000344-icon_new.png) no-repeat left top; width:40px; height:16px; display:inline-block; vertical-align:middle; margin-top: -10px;}
.TextList004 .list li:hover h5 a,
.TextList004 .list li h5 a:hover{ color:#ff8106;}
.TextList004 .list li p{ color:#666; margin:0; padding-top:2px;  }
/*
.TextList004 .list li:hover{border-color:#ff8106;}
.TextList004 .list li:hover time{border-right-color:#ff8106;}
*/
.TextList004 .list li .more{ position:absolute;display: block; right:3%; top:50%; padding:0 14px; background:#ff8106; color: #fff; margin-top: -14px; line-height: 28px; border-radius:4px; font-size: 12px;}

@media(max-width:650px){
.TextList004 .list li h5 a{ max-width:74%;}
}

@media(max-width:360px){
.TextList004 .list li h5 a{ max-width:50%;}
}




/*
 中标信息
 */
/*
 .TextList009 为demo编号
 */
.TextList009 li{border: 1px solid #e5e5e5; padding-left:139px; position:relative; padding-right:20px; border-bottom: none;}
.TextList009 li:last-child{ border-bottom:  1px solid #e5e5e5;}
.TextList009 li a{ height:60px; line-height:60px; font-size:14px;display:block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:url(../images/TextList009-icon.png) no-repeat right center; padding-right:40px;}
.TextList009 li time{ position:absolute; text-align:center; left:0; top:10px; height:40px; width:107px; color:#afafaf; border-right:1px dashed #E0E0E0; line-height:normal; font-size:14px;}
.TextList009 li time span{ display:block; font-size:22px; line-height: 22px;}
.TextList009 li:hover{ background-color:#ff8106;color:#fff;}
.TextList009 li:hover a{background-image:url(../images/TextList009-icon_hover.png); color:#fff;}
.TextList009 li:hover time{color:#fff;}






/*新闻资讯*/
/*PicList001912*/
.PicList001912{padding-top:2%;}
.PicList001912 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00; text-transform:uppercase;}
.PicList001912 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.PicList001912 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
.PicList001912 li{ margin-bottom:35px; border:1px solid #e3e3e3; padding:4px;}
.PicList001912 li div{ background:url(../images/PicList001912-libg.jpg) repeat-x left bottom #fff; padding:2%; overflow:hidden;}
.PicList001912 li .pic{ float:left; width:32%;}
.PicList001912 li .pic img{ display:block; width:100%;}
.PicList001912 li figure{ float:right; border-left:1px solid #f3f3f3; width:65%; padding-left:25px;}
.PicList001912 li h3{ margin:0; line-height:50px; font-size:16px;}
.PicList001912 li h3:hover > a{ color: #ff8106;}
.PicList001912 li h3 span{ float:right; color:#999; font-size:12px; font-weight:normal;}
.PicList001912 li p{ line-height:24px; overflow:hidden; height:72px; color:#999;}
.PicList001912 li .more{ color:#ff8106;}
@media(max-width:1000px){
.PicList001912 .columnName{ font-size:45px;}
.PicList001912 .columnName span{ font-size:24px;}
.PicList001912 li h3{ line-height:normal;}
.PicList001912 li p{ margin:2% 0; height:48px;}
}
@media(max-width:640px){
.PicList001912 .columnName{ font-size:35px;}
.PicList001912 li h3 span{ display: none;}
.PicList001912 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.PicList001912 li .pic,
.PicList001912 li figure{ float:none; width:auto;}
.PicList001912 li figure{ border:0; padding-left:0; padding-top:3%;}
}




/*购买流程*/
/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:3% 0;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#815122; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#666;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}

@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:300px){
.RighInfo002228 .single-header h1{ font-size:24px;}
.RighInfo002228 .single-content p{ padding:15px 0 30px 0; text-align:center; background:url(../images/Timeline000753-icon_down.png) no-repeat center bottom;} 
.RighInfo002228 .single-content p span{text-align:left; display:block; width:404px; margin:0 auto; padding:10px 0; background:#ff8106; color:#fff; margin-top:10px;}
.RighInfo002228 .single-content h2{ font-size:16px; margin: 0px 0;}
.RighInfo002228 .single-content h3{ font-size:14px; margin: 10px 0;}
.RighInfo002228 .single-content h4{ font-size:14px; margin-top:20px; text-align:center;}
.RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
.RighInfo002228 .ul li{ padding: 10px 10px 10px 50px; border: solid 1px #eeeeee; background-image: url(../images/down_icon1.png); background-repeat: no-repeat; background-position: 13px;}
.RighInfo002228 .ul li a{width:80%;}
.RighInfo002228 .ul li span{ padding-left: 20px; float: right; background: url(../images/down_icon2.png) no-repeat left;}
.RighInfo002228 .ul li:hover{ background-color: #e7f3ff;}
.RighInfo002228 dl dt{ color: #fff;width: 115px;line-height: 40px; padding-left: 42px;position: absolute; background: #f39800 url(../images/down_icon3.png) no-repeat 15px;}
.RighInfo002228 dl dd{    padding-left: 115px; position: relative; margin-bottom:30px;}
.RighInfo002228 dl dd .text{ cursor: pointer; width:82%;height: 40px;line-height: 40px;padding-top: 7px;text-indent: 100%;border: none;background: url(../images/down_file.png) no-repeat right top;}
.RighInfo002228 dl dd .btn{position: absolute;right: 0px;top: 4px;width: 76px;height: 32px;color: #fff;border: none;cursor: pointer;background:#f39800; border-radius: 4px;}

}

@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}

@media(max-width:620px){
.RighInfo002228 dl dd .text{width: 100%;background-image: none; background: #fff; border: 1px solid #eaeaea; }	
.RighInfo002228 dl dd .btn{position: static; width:40%; margin-top:8%; float: right; display: block;}
}



/*标书下载*/
/*
 .TextList001203 为demo编号
 */
.TextList001203{padding-top:2%;padding-bottom: 3%;}
.TextList001203 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
.TextList001203 h1 b{ display:block;}
.TextList001203 li{ margin-bottom:10px; line-height:25px; border-bottom: 1px dotted #e3e7e6; padding:0 10px 0 15px; position:relative;}
.TextList001203 li::before{position:absolute;content:'';width:4px;height:4px;border-radius:50%;background-color: #ff8106;left:5px;top:50%;margin-top:-2px;}
.TextList001203 li a{ display:block; padding:15px 0; float: right;}
.TextList001203 li .ul_i{background-color: #fff;color: #ff8106;}
.TextList001203 li span{ padding-right:10px;padding:15px 0; }
.TextList001203 li a:hover{color:#ff8106;}
.TextList001203 li span:hover{color:#ff8106;}
.TextList001203 li i{font-style:normal;position:relative;float:right;padding-left:15px;padding-right: 15px;background-color: #ff8106;color:#fff;font-size:12px;margin-left: 10px;}
.TextList001203 li i::before{ position:absolute; content:''; width:25px; height:100%; background:url(../images/TextList001203-icon.png) no-repeat center center/contain; right:0;}
@media(max-width:480px){
.TextList001203 h1{font-size:20px;}
}
@media(max-width:375px){
.TextList001203 li i{padding-left:5px;}
}





/*
 表格下载
 */
/*
 .TextList000962 为demo编号
 */
.TextList000962{ padding:2% 0;}
.TextList000962 li{ float:left; width:49%; margin-right:2%; border:1px solid #e7e7e7; line-height:44px; margin-bottom:2%; position:relative;}
.TextList000962 li::before{ position:absolute; content:''; width:1px; height:60%; background-color:#e7e7e7; top:20%; right:100px;}
.TextList000962 li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.TextList000962 li:nth-child(2n){ margin-right:0;}
.TextList000962 li p{ margin:0; border-left:4px solid #f5f5f5; padding:16px 10px;}
.TextList000962 li span{ float:right; margin-top:16px; color:#9f9f9f;}
.TextList000962 li span.name{ width:60px; color:#343434; background:url(../images/TextList000962-a.png) no-repeat left center; padding-left:30px; margin-left:50px;}
.TextList000962 li:hover{ border:1px dashed #e97717;}
.TextList000962 li:hover p{ color:#e97717;}
.TextList000962 li:hover span.name{ background-image:url(../images/TextList000962-aon.png); color:#e97717;}
@media(max-width:768px){
.TextList000962 li{ float:none; width:auto; margin-right:0;}
.TextList000962 li span.name{ width:54px;margin-left:30px;}
.TextList000962 li::before{right:85px;}
.TextList000962 li p{padding:10px;}
.TextList000962 li span{margin-top:10px;}
}




/*
纪检监督
*/
/*
PicList002149
*/
.PicList002149{ padding-top:2%;}
.PicList002149 h3{ margin:0; font-size:16px;}
.PicList002149 p{ font-size: 13px; line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.PicList002149 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fff; box-shadow: 0 0 5px #e3e3e3;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/PicList002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{border-left:1px solid #ededed; padding:2% 3%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:14px;}
.PicList002149 li time i{ font-style:normal; font-size:40px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.PicList002149 li:hover h3 a{ color:#ff8106; }
.PicList002149 li:hover time i{ color:#ff8106; }
.PicList002149 li:hover time span{ color:#ff8106; }
.PicList002149 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
}




/*
政策法规
 */
/*
 .TextList002322 为demo编号
 */
.TextList002322{ padding: 30px 3%; border: 1px solid #f0f0f0;}
.TextList002322 .tit{ height:31px; line-height:31px; padding-left:16px; color:#6e6e6e; font-size:20px; position: relative;}
.TextList002322 .tit:before{display: block; content: ""; position: absolute; top: 50%; left: 0; width: 9px; height: 19px; background: url(../images/TextList002322-icon.png) no-repeat; margin-top: -9px;} 
.TextList002322 .list{ padding-top: 20px;}
.TextList002322 .list li{ position: relative; padding: 10px 100px 10px 0; line-height:30px; border-bottom: 1px dashed #eaeaea;}
.TextList002322 .list li *{ color: #999;}
.TextList002322 .list li time{ position: absolute; right: 0; top: 10px; display: block; font-size: 12px;}
.TextList002322 .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.TextList002322 .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.TextList002322 .list li a:hover{ color:#ff8106;}
@media only screen and (max-width:767px ) {
	.TextList002322{ padding: 20px 3%;}
}





/*
招贤纳士
 */
/*
 .TextList001652 为demo编号
 */
.TextList001652 .list_ul,
.TextList001652 .job_ol{ overflow:hidden; clear:both;}
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{ list-style:none; float:left; width:25%; text-align:center; font-size: 14px;}
.TextList001652 .job_ol li{ background-color:#ff8106; color:#fff; line-height:3em;}
.TextList001652 .list{ border-bottom:1px solid #ebebeb;}
.TextList001652 .job_info{ display:none;}
.TextList001652 .list_ul{ cursor:pointer;font-size:12px;}
.TextList001652 .list_ul li{ padding:1em 0;}
.TextList001652 .job_info{padding:2% 4% 2%; background: #f9f9f9; border-top: 1px dashed #ebebeb;} 
.TextList001652 .job_info strong{display: block; margin-bottom: 10px;} 
.TextList001652 .job_info b{display: block;font-weight: normal; color:#666;} 
.TextList001652 .job_info p{line-height: 28px; color:#666; margin: 0 0 3% 0;} 
.TextList001652 .job_info p strong{color:#ff8106;font-size:14px;} 

.TextList001652 .send { padding:28px 0 12px; border-top: 1px dashed #eaeaea;}
.TextList001652 .send em{ font-style: normal; border-bottom: #fb8d40 1px solid; }
.TextList001652 .send a{ display: inline-block; line-height: 30px; color: #fb8d40; background: url(../images/TextList000488_icon.png) no-repeat right center; font-weight: bold; padding-right: 35px; font-size:14px; }


@media(max-width:640px){
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{width:33.3%;}
.TextList001652 .job_ol li:nth-child(4),
.TextList001652 .list_ul li:nth-child(4){ display:none;}
}











/*联系方式*/
/*
 .RighInfo002275 为demo编号
 */

.RighInfo002275{padding:0 0 8%;}
.RighInfo002275 .text{margin-bottom: 30px}
.RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 38px; margin: 0; padding: 0;}
.RighInfo002275 .map{width: 100%;height: 200px;}
.RighInfo002275 .map #map{height: 100%;}
.RighInfo002275 .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.RighInfo002275 .text{float: left;width: 45%;}
	.RighInfo002275 .map{float: right;width: 50%;height: 360px;}
}

@media screen and (min-width: 1024px) {
	.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	.RighInfo002275 .map{float: right;width: 50%;height: 380px;}
	.RighInfo002275 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfo002275{padding: 3% 0;}
	.RighInfo002275 .text .title{margin-bottom: 45px;}
	.RighInfo002275 .map{width: 500px;height: 430px;}
	.RighInfo002275 .text{width: 40%;}
}



/*
在线留言
*/
/*
Form002219
*/
.Form002219{ padding:3% 0 5%;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:95%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:97%; height:240px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#ff8106;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/






/*注册登录页*/
/*Form002099 */
.Form002099 header{ padding-top:2%; padding-bottom:2%;  position:relative;}
.Form002099 header span{ font-size:30px; color:#666; padding-left:3%; margin-left:3%; border-left:1px solid #ededed; vertical-align:middle; display:inline-block;}
.Form002099 header em{ font-style:normal; position:absolute; right:2%; top:50%; line-height:20px; margin-top:-10px;}
.Form002099 header em a:hover{ color:#ff8106;}
.Form002099 footer{ text-align:right;  padding-top:2%; padding-bottom:4%;color:#666;}
.Form002099 footer .bdsharebuttonbox{ float:left; line-height:32px;}
.Form002099 footer .bdsharebuttonbox a{ margin:0 0 0 6px; float:none; padding:0; width:32px; height:32px; display:inline-block; background:url(../images/Form002099-share.png) no-repeat left top; vertical-align:middle;}
.Form002099 footer .bdsharebuttonbox a.bds_sqq{ background-position:-85px 0;}
.Form002099 footer .bdsharebuttonbox a.bds_weixin{ background-position:-42px;}
.Form002099 footer .bdsharebuttonbox a:hover{ background-image:url(../images/Form002099-share_hover.png);}
.Form002099 footer a{color:#666; display:inline-block;}
.Form002099 footer a:hover{color:#ff8106;}
.Form002099 footer i{ margin:0 8px; width:1px; height:12px; display:inline-block; background-color:#f2f2f2;}
.Form002099 footer span{display: block;}
.Form002099 footer span a{ text-decoration:underline; }

.Form002099 section{ position:relative;}
.Form002099 .ad aside,
.Form002099 .ad{ position:absolute; left:0; top:0; height:100%; width:50.417%;}
.Form002099 .ad img{ display:none;width:100%;}
.Form002099 .ad aside{ width:100%;}
.Form002099 .form{ padding:10% 10% 13% 60%; border:6px solid #f0f0f0;}
.Form002099 .form h1{ margin:0; font-size:18px; color:#333;}
.Form002099 .form td{ padding-top:16px;}
.Form002099 .form td div{ position:relative; line-height:44px;}
.Form002099 .form td label{ position:absolute; left:10px; color:#999;}
.Form002099 .form td .text{ width:100%;  line-height:44px;height:44px; padding:0 10px;border-radius:3px; border:1px solid #e4e4e4; background:none;}
.Form002099 .form td .text:focus{ border-color:#f04848;}
.Form002099 .form .fgpsw{ float:right; color:#737373;}
.Form002099 .form .fgpsw:hover{ text-decoration:underline; color:#ff8106;}
.Form002099 .form .btn{ float:left; width:46%;border-radius:3px; font-size:18px; color:#fff; background:#ff8106; cursor:pointer; padding:0; font-weight:bold; border:none; height:44px;}
.Form002099 .form .btn_reg{ float:right; background:#572257;}
@media(max-width:640px){
.Form002099 footer{ text-align:left;}
.Form002099 footer .bdsharebuttonbox{ float:none; margin-bottom:10px;}
.Form002099 .ad{ position:relative; width:auto; height:auto;}
.Form002099 .ad aside{ display:none;}
.Form002099 .ad img{ display:block;}
.Form002099 .form{ padding:3%;}
.Form002099 header span{ font-size:20px;}
}
@media(max-width:480px){
.Form002099 header img{ height:50px;}
}









/*Form002100 */
.Form002100 header{ padding-top:2%; padding-bottom:2%; position:relative;}
.Form002100 header span{  color:#999; padding-left:3%; margin-left:3%; border-left:1px solid #ededed; vertical-align:middle; display:inline-block;}
.Form002100 header span b{ display:block;font-size:16px;color:#ff8106;}
.Form002100 header em{ font-style:normal; position:absolute; right:2%; top:50%; line-height:20px; margin-top:-10px;}
.Form002100 header em a:hover{ color:#ff8106;}

.Form002100 .reg_form{ border:5px solid #f0f0f0; padding:3%;}
.Form002100 .reg_form h1{ margin:0; font-size:18px; color:#333;}
.Form002100 .reg_form dl{ border-top:1px dashed #ccc; padding:3% 0 0 0; margin-top:3%; overflow:hidden;}
.Form002100 .reg_form dl dt,
.Form002100 .reg_form dl dd{ float:left; line-height:37px;}
.Form002100 .reg_form dl dt{ width:24%; padding-left:3%;}
.Form002100 .reg_form dl dt b{ width:37px; height:37px; display:inline-block; margin-right:10px; text-align:center; line-height:37px; background:#e4e4e4; border-radius:50%; color:#fff;}
.Form002100 .reg_form dl dd{ width:76%;}
.Form002100 .reg_form dl.table dt{ width:20%; }
.Form002100 .reg_form dl.table dd{ width:80%;}
.Form002100 .reg_form dl.tab a{ float:left;border:1px solid #e4e4e4; padding:0 5%; border-radius:3px; line-height:44px; margin-right:2%; color:#999;}
.Form002100 .reg_form dl.tab a.on{ border-color:#f04848; color:#333;}
.Form002100 .reg_form table{ max-width:490px;}
.Form002100 .reg_form td{ padding:0; line-height:37px; padding-bottom:10px;}
.Form002100 .reg_form td.f_name{ width:126px; color:#888;}
.Form002100 .reg_form td .text{ width:100%; border:1px solid #e4e4e4; padding:0 10px; border-radius:3px; line-height:37px; height:37px;}
.Form002100 .reg_form td.btn{ text-align:center;}
.Form002100 .reg_form td.btn input{width:46%;border-radius:3px; font-size:18px; color:#fff; background:#ff8106; cursor:pointer; padding:0; font-weight:bold; border:none; height:44px; min-width:120px;}
@media(max-width:1000px){
.Form002100 .reg_form dl dt,
.Form002100 .reg_form dl dd{ float:none; width:auto !important;}
.Form002100 .reg_form dl dt{ padding-left:0; padding-bottom:10px;}
}
@media(max-width:640px){
.Form002100 header span{ display:none;}
.Form002100 header img{ height:50px;}
.Form002100 .reg_form td.btn input{ font-size:15px; }
}

/*Form002100 */

.Form002100 .payMent_form{ border:5px solid #f0f0f0; padding:3%;}
.Form002100 .payMent_form h1{ margin:0; font-size:18px; color:#333;}
.Form002100 .payMent_form dl{ border-top:1px dashed #ccc; padding:3% 0 0 0; margin-top:3%; overflow:hidden;}
.Form002100 .payMent_form dl dt,
.Form002100 .payMent_form dl dd{ float:left; line-height:37px;}
.Form002100 .payMent_form dl dt{ width:24%; padding-left:3%;}
.Form002100 .payMent_form dl dt b{ width:37px; height:37px; display:inline-block; margin-right:10px; text-align:center; line-height:37px; background:#e4e4e4; border-radius:50%; color:#fff;}
.Form002100 .payMent_form dl dd{ width:76%;}
.Form002100 .payMent_form dl.table dt{ width:20%; }
.Form002100 .payMent_form dl.table dd{ width:80%;}
.Form002100 .payMent_form dl.tab a{ float:left;border:1px solid #e4e4e4; padding:0 5%; border-radius:3px; line-height:44px; margin-right:2%; color:#999;}
.Form002100 .payMent_form dl.tab a.on{ border-color:#f04848; color:#333;}
.Form002100 .payMent_form table{ max-width:490px;}
.Form002100 .payMent_form td{ padding:0; line-height:37px; padding-bottom:10px;}
.Form002100 .payMent_form td.f_name{ width:205px; color:#888;}
.Form002100 .payMent_form td .text{ width:100%; border:1px solid #e4e4e4; padding:0 10px; border-radius:3px; line-height:37px; height:37px;}
.Form002100 .payMent_form td.btn{ text-align:center;}
.Form002100 .payMent_form td.btn input{width:46%;border-radius:3px; font-size:18px; color:#fff; background:#ff8106; cursor:pointer; padding:0; font-weight:bold; border:none; height:44px; min-width:120px;}
@media(max-width:1000px){
.Form002100 .payMent_form dl dt,
.Form002100 .payMent_form dl dd{ float:none; width:auto !important;}
.Form002100 .payMent_form dl dt{ padding-left:0; padding-bottom:10px;}
}
@media(max-width:640px){
.Form002100 .payMent_form td.btn input{ font-size:15px; }
}







/*新闻详情*/
/*
 .RichInfo005 为demo编号
 */
.RichInfo005 img{text-align:center;    padding: 10px 0;}
.RichInfo005{ padding:30px 0;}
.RichInfo005 p{text-align:left;line-height:32px;}
.RichInfo005 .news_info .title{ text-align:center; padding-bottom:20px;}
.RichInfo005 .news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.RichInfo005 .news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px; text-align: center;}
.RichInfo005 .news_info .title p span{ margin:0 5px; color:#777;}
.RichInfo005 .news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.RichInfo005 .news_info .info_back{ text-align:center; clear:both; padding:20px 0;} 
.RichInfo005 .news_info .info_back a{ color:#ff8106; font-size:14px;}
.RichInfo005 .news_info .info_pn span{ display:block; margin:1% 0; padding-right: 30%;}
.RichInfo005 .news_info .info_pn span a{ color:#999;}
.RichInfo005 .news_info .info_pn span a:hover{color:#ff8106;}







/*
 单篇
 */
/*
 .RighInfo002239 为demo编号
 */
.RighInfo002239{ padding:2% 0 0;}
.RighInfo002239 li{padding: 2% 0; border-bottom: 1px solid #eaeaea;}
.RighInfo002239 li strong a{color:#ff8106; }
.RighInfo002239 li span a{padding:0 2% ;}





/*
 友情链接
*/
/*
.PicList000626 为demo编号
*/
.PicList000626 li{ float:left; width:25%; padding:10px;}
.PicList000626 li a{ display:block; padding-top:35%; background-position: center center; background-size:contain; background-repeat:no-repeat; border:1px solid #ccc;}
@media(max-width:768px){
.PicList000626 li{width:33.33333333%;}
}
@media(max-width:480px){
.PicList000626 li{width:50%;}
}





/*
搜索
*/
.searchlist {padding:1% 0;}
.searchlist ul li{ padding:2% 120px 2% 0; position:relative; border-bottom:1px solid #eaeaea; font-size:14px;}
.searchlist ul li:hover a{color:#ff8106; }
.searchlist ul li time{ position:absolute; right:0; top:30%; color:#999; }






.bd_weixin_popup{width: 260px  !important; height: 320px  !important;}

.memberstatus{position:absolute; right:3%; top:18%;color:#f8931f;display:none; z-index: 100;}
.memberstatus a{color:#f8931f}
.memberstatus .grzx{margin-right:2px}
.memberstatus .tc{margin-right:2px}
@media(max-width:1320px){
.memberstatus{ right:0.5%; }
}

@media(max-width:1200px){
.memberstatus{top:45%;}
}
@media(max-width:1000px){
.memberstatus{  right:4%; top:2%;}
}


.zbtbmain .typebox{ background: #f2f2f2; padding: 15px 24px;}
.zbtbmain .searchbox{margin: 15px 0;}
.zbtbmain .searchbox li{display: inline-block;}
.zbtbmain .searchbox ul .active_li_search a{
    color: #fff!important;
    background: linear-gradient(to right, #ff8106, #fa9839);
    background: -moz-linear-gradient(90deg, #ff8106, #fa9839);
    background: -ms-linear-gradient(90deg, #ff8106, #fa9839);
    background: -o-linear-gradient(90deg, #ff8106, #fa9839);
    background: linear-gradient(90deg, #ff8106, #fa9839);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8106',endColorStr='#fa9839',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8106',endColorStr='#fa9839',gradientType='0')";
}
.zbtbmain .searchbox li a{
    color:#2e2c3a !important;
    text-decoration: none!important;
    float: left;
    margin-right: 12px;
    padding: 3px 10px;
    border-radius: 1px;
}
.zbtbmain .searchbox li a:hover{
    color: #fff!important;
    background: linear-gradient(to right, #ff8106, #fa9839);
    background: -moz-linear-gradient(90deg, #ff8106, #fa9839);
    background: -ms-linear-gradient(90deg, #ff8106, #fa9839);
    background: -o-linear-gradient(90deg, #ff8106, #fa9839);
    background: linear-gradient(90deg, #ff8106, #fa9839);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8106',endColorStr='#fa9839',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8106',endColorStr='#fa9839',gradientType='0')";
}
.zbtbmain .searchbox .fl{float: left;}
.zbtbmain .searchbox .tit{display: block;}









